Function zend_declare_property_long

Source
pub unsafe extern "C" fn zend_declare_property_long(
    ce: *mut zend_class_entry,
    name: *const c_char,
    name_length: c_int,
    value: c_long,
    access_type: c_int,
) -> c_int