pub type PRINTER_INFO_4A = _PRINTER_INFO_4A;
struct PRINTER_INFO_4A { pub pPrinterName: *mut i8, pub pServerName: *mut i8, pub Attributes: u32, }
pPrinterName: *mut i8
pServerName: *mut i8
Attributes: u32