pub unsafe extern "C-unwind" fn PMPrinterSetOutputResolution(
printer: PMPrinter,
print_settings: PMPrintSettings,
resolution_p: NonNull<PMResolution>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
printermust be a valid pointer.print_settingsmust be a valid pointer.resolution_pmust be a valid pointer.