pub unsafe extern "C-unwind" fn PMPageFormatCreateDataRepresentation(
page_format: PMPageFormat,
data: NonNull<*const CFData>,
format: PMDataFormat,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
page_formatmust be a valid pointer.datamust be a valid pointer.