pub unsafe extern "C" fn add_index_stringl(
    arg: *mut zval,
    index: zend_ulong,
    str_: *const c_char,
    length: usize
)