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