pub unsafe extern "C-unwind" fn PMPrinterIsRemote(
printer: PMPrinter,
is_remote_p: NonNull<u8>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
printermust be a valid pointer.is_remote_pmust be a valid pointer.