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