pub unsafe extern "system" fn CertOpenStore(
    lpszstoreprovider: PSTR,
    dwencodingtype: CERT_QUERY_ENCODING_TYPE,
    hcryptprov: usize,
    dwflags: CERT_OPEN_STORE_FLAGS,
    pvpara: *const c_void
) -> *mut c_void
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’