Function windows::Win32::Security::Cryptography::NCryptImportKey

pub unsafe fn NCryptImportKey<P0, P1, P2>(
    hprovider: P0,
    himportkey: P1,
    pszblobtype: P2,
    pparameterlist: Option<*const BCryptBufferDesc>,
    phkey: *mut NCRYPT_KEY_HANDLE,
    pbdata: &[u8],
    dwflags: NCRYPT_FLAGS,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>, P2: Param<PCWSTR>,