Function windows_sys::Win32::Security::Cryptography::CertRetrieveLogoOrBiometricInfo
pub unsafe extern "system" fn CertRetrieveLogoOrBiometricInfo(
pcertcontext: *const CERT_CONTEXT,
lpszlogoorbiometrictype: PCSTR,
dwretrievalflags: u32,
dwtimeout: u32,
dwflags: u32,
pvreserved: *mut c_void,
ppbdata: *mut *mut u8,
pcbdata: *mut u32,
ppwszmimetype: *mut PWSTR
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"