pub unsafe extern "C" fn add_property_string_ex(
    arg: *mut zval,
    key: *const c_char,
    key_len: usize,
    str_: *const c_char
)