pub type zend_ast = _zend_ast;
#[repr(C)]pub struct zend_ast { pub kind: u16, pub children: u16, pub u: _zend_ast__bindgen_ty_1, }
kind: u16
children: u16
u: _zend_ast__bindgen_ty_1