pub unsafe extern "system" fn CertFindCRLInStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: u32,
    dwfindflags: u32,
    dwfindtype: u32,
    pvfindpara: *const c_void,
    pprevcrlcontext: *const CRL_CONTEXT
) -> *mut CRL_CONTEXT
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"