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