pub unsafe extern "C-unwind" fn PMServerCreatePrinterList(
server: PMServer,
printer_list: NonNull<*const CFArray>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
servermust be a valid pointer or null.printer_listmust be a valid pointer.