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