pub type zend_call_stack = _zend_call_stack;
struct zend_call_stack { pub base: *mut c_void, pub max_size: usize, }
base: *mut c_void
max_size: usize