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,
) -> BOOL