Function windows_sys::Win32::Security::Cryptography::CryptImportKey
pub unsafe extern "system" fn CryptImportKey(
hprov: usize,
pbdata: *const u8,
dwdatalen: u32,
hpubkey: usize,
dwflags: CRYPT_KEY_FLAGS,
phkey: *mut usize
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"