pub type PFN_IMPORT_PRIV_KEY_FUNC = Option<unsafe extern "system" fn(hcryptprov: usize, pprivatekeyinfo: *const CRYPT_PRIVATE_KEY_INFO, dwflags: u32, pvauxinfo: *const c_void) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"