pub type Buffer = _buffer_t;
#[repr(C)]pub struct Buffer { pub size: u32, pub data: [i8; 512], }
size: u32
data: [i8; 512]