pub unsafe extern "C" fn zend_declare_property_string(
    ce: *mut zend_class_entry,
    name: *const c_char,
    name_length: usize,
    value: *const c_char,
    access_type: c_int
)