pub unsafe extern "C-unwind" fn CFPropertyListWriteToStream(
property_list: &CFPropertyList,
stream: Option<&CFWriteStream>,
format: CFPropertyListFormat,
error_string: *mut *const CFString,
) -> CFIndex๐Deprecated:
Use CFPropertyListWrite instead.
Available on crate features
CFPropertyList and CFStream only.Expand description
ยงSafety
property_listshould be of the correct type.streammight not allowNone.error_stringmust be a valid pointer.