pub type PFN_IMPORT_PUBLIC_KEY_INFO_EX2_FUNC = Option<unsafe extern "system" fn(dwcertencodingtype: u32, pinfo: *const CERT_PUBLIC_KEY_INFO, dwflags: u32, pvauxinfo: *const c_void, phkey: *mut BCRYPT_KEY_HANDLE) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"