Function windows_sys::Win32::Security::Cryptography::BCryptImportKey

pub unsafe extern "system" fn BCryptImportKey(
    halgorithm: BCRYPT_ALG_HANDLE,
    himportkey: BCRYPT_KEY_HANDLE,
    pszblobtype: PCWSTR,
    phkey: *mut BCRYPT_KEY_HANDLE,
    pbkeyobject: *mut u8,
    cbkeyobject: u32,
    pbinput: *const u8,
    cbinput: u32,
    dwflags: u32,
) -> NTSTATUS