PMGetFirstPage

Function PMGetFirstPage 

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

ยงSafety

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