pub unsafe extern "C-unwind" fn PMPrinterPrintWithFile(
printer: PMPrinter,
settings: PMPrintSettings,
format: PMPageFormat,
mime_type: Option<&CFString>,
file_url: &CFURL,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
printermust be a valid pointer.settingsmust be a valid pointer.formatmust be a valid pointer or null.