pub type mmbuffer_t = s_mmbuffer;
#[repr(C)]pub struct mmbuffer_t { pub ptr: *mut i8, pub size: i32, }
ptr: *mut i8
size: i32