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