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