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