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