pub type ImageAbort = Option<unsafe extern "system" fn(param0: *mut c_void) -> BOOL>;
pub enum ImageAbort { None, Some(unsafe extern "system" fn(*mut c_void) -> BOOL), }
No value.
Some value of type T.
T