Function windows_sys::Win32::Security::Cryptography::CertFindCertificateInStore
pub unsafe extern "system" fn CertFindCertificateInStore(
hcertstore: HCERTSTORE,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
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"