pub unsafe fn SCardGetProviderIdW<P0>(
    hcontext: usize,
    szcard: P0,
    pguidproviderid: *mut GUID
) -> i32
where P0: IntoParam<PCWSTR>,