PMGetLastPage

Function PMGetLastPage 

Source
pub unsafe extern "C-unwind" fn PMGetLastPage(
    print_settings: PMPrintSettings,
    last: NonNull<u32>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • print_settings must be a valid pointer.
  • last must be a valid pointer.