pub unsafe fn SCardLocateCardsW<P0>(
    hcontext: usize,
    mszcards: P0,
    rgreaderstates: *mut SCARD_READERSTATEW,
    creaders: u32
) -> i32
where P0: IntoParam<PCWSTR>,