pub unsafe extern "C-unwind" fn PMPrinterCopyDescriptionURL(
printer: PMPrinter,
description_type: &CFString,
file_url: NonNull<*const CFURL>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
printermust be a valid pointer.file_urlmust be a valid pointer.