pub type znode = _znode;
struct znode { pub op_type: u8, pub flag: u8, pub u: _znode__bindgen_ty_1, }
op_type: u8
flag: u8
u: _znode__bindgen_ty_1