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