[][src]Function winapi_ui_automation::um::ncrypt::NCryptImportKey

pub unsafe extern "system" fn NCryptImportKey(
    hProvider: NCRYPT_PROV_HANDLE,
    hImportKey: NCRYPT_KEY_HANDLE,
    pszBlobType: LPCWSTR,
    pParameterList: *const NCryptBufferDesc,
    phKey: *mut NCRYPT_KEY_HANDLE,
    pbData: PBYTE,
    cbData: DWORD,
    dwFlags: DWORD
) -> SECURITY_STATUS