PMPaperGetID

Function PMPaperGetID 

Source
pub unsafe extern "C-unwind" fn PMPaperGetID(
    paper: PMPaper,
    paper_id: NonNull<*const CFString>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

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