pub type CMLabToLabProcPtr = Option<unsafe extern "C" fn(L: *mut f32, a: *mut f32, b: *mut f32, refcon: *mut c_void)>;
pub enum CMLabToLabProcPtr { None, Some(unsafe extern "C" fn(*mut f32, *mut f32, *mut f32, *mut c_void)), }
No value.
Some value of type T.
T