CFPropertyListCreateWithData

Function CFPropertyListCreateWithData 

Source
pub unsafe extern "C-unwind" fn CFPropertyListCreateWithData(
    allocator: Option<&CFAllocator>,
    data: Option<&CFData>,
    options: CFOptionFlags,
    format: *mut CFPropertyListFormat,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFPropertyList>>
Available on crate features CFData and CFError and CFPropertyList only.
Expand description

ยงSafety

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