pub unsafe extern "C" fn add_property_double_ex(
    arg: *mut zval,
    key: *const c_char,
    key_len: usize,
    d: f64
)