pub unsafe extern "C-unwind" fn CFPropertyListWrite(
property_list: &CFPropertyList,
stream: Option<&CFWriteStream>,
format: CFPropertyListFormat,
options: CFOptionFlags,
error: *mut *mut CFError,
) -> CFIndexAvailable on crate features
CFError and CFPropertyList and CFStream only.Expand description
ยงSafety
property_listshould be of the correct type.streammight not allowNone.errormust be a valid pointer.