pub type ProfileInfo = _ProfileInfo;
#[repr(C)]pub struct ProfileInfo { pub length: u64, pub name: *mut i8, pub info: *mut u8, }
length: u64
name: *mut i8
info: *mut u8