PMPrinterCopyPresets

Function PMPrinterCopyPresets 

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

ยงSafety

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