Function windows_sys::Win32::Security::Cryptography::BCryptImportKeyPair
[−]pub unsafe extern "system" fn BCryptImportKeyPair(
halgorithm: BCRYPT_ALG_HANDLE,
himportkey: BCRYPT_KEY_HANDLE,
pszblobtype: PCWSTR,
phkey: *mut BCRYPT_KEY_HANDLE,
pbinput: *const u8,
cbinput: u32,
dwflags: u32
) -> NTSTATUSExpand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"