pub type zend_atomic_bool = zend_atomic_bool_s;
#[repr(C)]pub struct zend_atomic_bool { pub value: bool, }
value: bool