pub type Map = s_Map;
#[repr(C)]pub struct Map { pub map: *mut u8, pub size: i32, }
map: *mut u8
size: i32