pub unsafe extern "C" fn zend_update_static_property_stringl( scope: *mut zend_class_entry, name: *const c_char, name_length: c_int, value: *const c_char, value_length: c_int, ) -> c_int