pub unsafe fn AddPrintProvidorA<P0>(
    pname: P0,
    level: u32,
    pprovidorinfo: *const u8
) -> BOOL
where P0: IntoParam<PCSTR>,