pub unsafe extern "system" fn CertFindCertificateInStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: u32,
    dwfindflags: u32,
    dwfindtype: CERT_FIND_FLAGS,
    pvfindpara: *const c_void,
    pprevcertcontext: *const CERT_CONTEXT
) -> *mut CERT_CONTEXT
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"