pub unsafe fn AddPrinterA<P0>(
    pname: P0,
    level: u32,
    pprinter: *const u8
) -> Result<HANDLE>
where P0: IntoParam<PCSTR>,