pub unsafe extern "C" fn zend_declare_property_stringl(
ce: *mut zend_class_entry,
name: *const c_char,
name_length: c_int,
value: *const c_char,
value_len: c_int,
access_type: c_int,
tsrm_ls: *mut *mut *mut c_void,
) -> c_int