pub type CMFlattenUPP = CMFlattenProcPtr;
Apple SDK type alias CMFlattenUPP.
CMFlattenUPP
pub enum CMFlattenUPP { None, Some(unsafe extern "C" fn(i32, *mut i64, *mut c_void, *mut c_void) -> i16), }
No value.
Some value of type T.
T