windows::Win32::Security::Cryptography

Function CertOpenStore

pub unsafe fn CertOpenStore<P0>(
    lpszstoreprovider: P0,
    dwencodingtype: CERT_QUERY_ENCODING_TYPE,
    hcryptprov: Option<HCRYPTPROV_LEGACY>,
    dwflags: CERT_OPEN_STORE_FLAGS,
    pvpara: Option<*const c_void>,
) -> Result<HCERTSTORE>
where P0: Param<PCSTR>,