pub unsafe extern "C-unwind" fn PMPrinterSendCommand(
printer: PMPrinter,
command_string: &CFString,
job_title: Option<&CFString>,
options: Option<&CFDictionary>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
printermust be a valid pointer.optionsgenerics must be of the correct type.