pub type GdkPixbufModuleLoadFunc = Option<unsafe extern "C" fn(*mut FILE, *mut *mut GError) -> *mut GdkPixbuf>;
enum GdkPixbufModuleLoadFunc { None, Some(unsafe extern "C" fn(*mut FILE, *mut *mut GError) -> *mut GdkPixbuf), }
No value.
Some value of type T.
T