PMCreatePageFormatWithPMPaper

Function PMCreatePageFormatWithPMPaper 

Source
pub unsafe extern "C-unwind" fn PMCreatePageFormatWithPMPaper(
    page_format: NonNull<PMPageFormat>,
    paper: PMPaper,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

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