pub type VipsOperationBuildFn = Option<unsafe extern "C" fn(object: *mut VipsObject) -> gboolean>;
enum VipsOperationBuildFn { None, Some(unsafe extern "C" fn(*mut _VipsObject) -> i32), }
No value.
Some value of type T.
T