pub type BUF_MEM = buf_mem_st;
struct BUF_MEM { pub length: usize, pub data: *mut i8, pub max: usize, }
length: usize
data: *mut i8
max: usize