Function SslExportKey
pub unsafe fn SslExportKey<P2>(
hsslprovider: NCRYPT_PROV_HANDLE,
hkey: NCRYPT_KEY_HANDLE,
pszblobtype: P2,
pboutput: Option<&mut [u8]>,
pcbresult: *mut u32,
dwflags: u32,
) -> Result<()>where
P2: Param<PCWSTR>,