Function windows_sys::Win32::Security::Cryptography::CertAddEncodedCRLToStore
pub unsafe extern "system" fn CertAddEncodedCRLToStore(
hcertstore: HCERTSTORE,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pbcrlencoded: *const u8,
cbcrlencoded: u32,
dwadddisposition: u32,
ppcrlcontext: *mut *mut CRL_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"