pub type LoadImageFn = Option<unsafe extern "C" fn(frame: *mut Frame, context: *mut c_void) -> Status>;
pub enum LoadImageFn { None, Some(unsafe extern "C" fn(*mut Frame, *mut c_void) -> i32), }
No value.
Some value of type T.
T