windows::Win32::Security::Cryptography

Function CertOpenSystemStoreW

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