pub unsafe extern "C-unwind" fn CFPropertyListCreateWithStream(
allocator: Option<&CFAllocator>,
stream: Option<&CFReadStream>,
stream_length: CFIndex,
options: CFOptionFlags,
format: *mut CFPropertyListFormat,
error: *mut *mut CFError,
) -> Option<CFRetained<CFPropertyList>>Available on crate features
CFError and CFPropertyList and CFStream only.Expand description
ยงSafety
allocatormight not allowNone.streammight not allowNone.formatmust be a valid pointer.errormust be a valid pointer.