pub unsafe extern "C-unwind" fn IOCFSerialize(
object: Option<&CFType>,
options: CFOptionFlags,
) -> Option<CFRetained<CFData>>Expand description
ยงSafety
objectshould be of the correct type.objectmight not allowNone.
pub unsafe extern "C-unwind" fn IOCFSerialize(
object: Option<&CFType>,
options: CFOptionFlags,
) -> Option<CFRetained<CFData>>object should be of the correct type.object might not allow None.