pub unsafe extern "C" fn psa_export_public_key(
    key: u32,
    data: *mut u8,
    data_size: usize,
    data_length: *mut usize
) -> i32