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