pub unsafe extern "C-unwind" fn CFPropertyListCreateFromStream(
allocator: Option<&CFAllocator>,
stream: Option<&CFReadStream>,
stream_length: CFIndex,
mutability_option: CFOptionFlags,
format: *mut CFPropertyListFormat,
error_string: *mut *const CFString,
) -> Option<CFRetained<CFPropertyList>>๐Deprecated:
Use CFPropertyListCreateWithStream instead.
Available on crate features
CFPropertyList and CFStream only.Expand description
ยงSafety
allocatormight not allowNone.streammight not allowNone.formatmust be a valid pointer.error_stringmust be a valid pointer.