windows::Win32::Security::Cryptography

Function CryptExportKey

pub unsafe fn CryptExportKey(
    hkey: usize,
    hexpkey: usize,
    dwblobtype: u32,
    dwflags: CRYPT_KEY_FLAGS,
    pbdata: Option<*mut u8>,
    pdwdatalen: *mut u32,
) -> Result<()>