pub type VipsTypeMapFn = Option<unsafe extern "C" fn(type_: GType, a: *mut c_void) -> *mut c_void>;
enum VipsTypeMapFn { None, Some(unsafe extern "C" fn(u32, *mut c_void) -> *mut c_void), }
No value.
Some value of type T.
T