IOCFSerialize

Function IOCFSerialize 

Source
pub unsafe extern "C-unwind" fn IOCFSerialize(
    object: Option<&CFType>,
    options: CFOptionFlags,
) -> Option<CFRetained<CFData>>
Expand description

ยงSafety

  • object should be of the correct type.
  • object might not allow None.