pub unsafe extern "C" fn rb_econv_substr_append(
    ec: *mut rb_econv_t,
    src: VALUE,
    byteoff: c_long,
    bytesize: c_long,
    dst: VALUE,
    flags: c_int
) -> VALUE