pub unsafe extern "system" fn CertAddCRLContextToStore(
    hcertstore: HCERTSTORE,
    pcrlcontext: *const CRL_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: *mut *mut CRL_CONTEXT
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’