pub unsafe extern "C" fn NCryptExportKey(
hKey: NCRYPT_KEY_HANDLE,
hExportKey: NCRYPT_KEY_HANDLE,
pszBlobType: LPCWSTR,
pParameterList: *mut NCryptBufferDesc,
pbOutput: PBYTE,
cbOutput: DWORD,
pcbResult: *mut DWORD,
dwFlags: DWORD,
) -> SECURITY_STATUS