Function windows::Win32::Security::Cryptography::CertOpenSystemStoreW

pub unsafe fn CertOpenSystemStoreW<P0, P1>(
    hprov: P0,
    szsubsystemprotocol: P1,
) -> Result<HCERTSTORE>
where P0: Param<HCRYPTPROV_LEGACY>, P1: Param<PCWSTR>,