Function windows_sys::Win32::Security::Cryptography::NCryptImportKey
[−]pub unsafe extern "system" fn NCryptImportKey(
hprovider: NCRYPT_PROV_HANDLE,
himportkey: NCRYPT_KEY_HANDLE,
pszblobtype: PCWSTR,
pparameterlist: *const BCryptBufferDesc,
phkey: *mut NCRYPT_KEY_HANDLE,
pbdata: *const u8,
cbdata: u32,
dwflags: NCRYPT_FLAGS
) -> HRESULT
Expand description
Required features: "Win32_Security_Cryptography"