Function windows_sys::Win32::Security::Cryptography::CryptExportKey
[−]pub unsafe extern "system" fn CryptExportKey(
hkey: usize,
hexpkey: usize,
dwblobtype: u32,
dwflags: CRYPT_KEY_FLAGS,
pbdata: *mut u8,
pdwdatalen: *mut u32
) -> BOOLExpand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
