pub type GtkAssistantPageFunc = Option<unsafe extern "C" fn(_: c_int, _: gpointer) -> c_int>;
enum GtkAssistantPageFunc { None, Some(unsafe extern "C" fn(_: i32, _: *mut c_void) -> i32), }
No value.
Some value of type T.
T