Function SCardIntroduceCardTypeW
pub unsafe fn SCardIntroduceCardTypeW<P1>(
hcontext: usize,
szcardname: P1,
pguidprimaryprovider: Option<*const GUID>,
rgguidinterfaces: Option<*const GUID>,
dwinterfacecount: u32,
pbatr: *const u8,
pbatrmask: *const u8,
cbatrlen: u32,
) -> i32where
P1: Param<PCWSTR>,