PMPrinterCopyState

Function PMPrinterCopyState 

Source
pub unsafe extern "C-unwind" fn PMPrinterCopyState(
    printer: PMPrinter,
    state_dict: NonNull<*const CFDictionary>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • printer must be a valid pointer.
  • state_dict must be a valid pointer.