pub type mem_t = mem_s;
struct mem_t { pub pblk: pblk_t, pub buf_type: u32, pub pool: *mut pool_t, pub size: u64, }
pblk: pblk_t
buf_type: u32
pool: *mut pool_t
size: u64