pub type CMBitmapCallBackProcPtr = Option<unsafe extern "C" fn(progress: SInt32, refCon: *mut c_void) -> Boolean>;
pub enum CMBitmapCallBackProcPtr { None, Some(unsafe extern "C" fn(i32, *mut c_void) -> u8), }
No value.
Some value of type T.
T