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
) -> i32
Expand description

Required features: "Win32_Security_Cryptography"