PMPageFormatCreateDataRepresentation

Function PMPageFormatCreateDataRepresentation 

Source
pub unsafe extern "C-unwind" fn PMPageFormatCreateDataRepresentation(
    page_format: PMPageFormat,
    data: NonNull<*const CFData>,
    format: PMDataFormat,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • page_format must be a valid pointer.
  • data must be a valid pointer.