Function windows::Win32::Security::Cryptography::NCryptExportKey
pub unsafe fn NCryptExportKey<P0, P1, P2>(
hkey: P0,
hexportkey: P1,
pszblobtype: P2,
pparameterlist: Option<*const BCryptBufferDesc>,
pboutput: Option<&mut [u8]>,
pcbresult: *mut u32,
dwflags: NCRYPT_FLAGS,
) -> Result<()>where
P0: Param<NCRYPT_KEY_HANDLE>,
P1: Param<NCRYPT_KEY_HANDLE>,
P2: Param<PCWSTR>,