CFPropertyListCreateWithStream

Function CFPropertyListCreateWithStream 

Source
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

  • allocator might not allow None.
  • stream might not allow None.
  • format must be a valid pointer.
  • error must be a valid pointer.