Function windows_sys::Win32::Security::Cryptography::NCryptImportKey
[−]pub unsafe extern "system" fn NCryptImportKey(
hprovider: usize,
himportkey: usize,
pszblobtype: PWSTR,
pparameterlist: *const BCryptBufferDesc,
phkey: *mut usize,
pbdata: *const u8,
cbdata: u32,
dwflags: NCRYPT_FLAGS
) -> i32Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
