pub unsafe extern "C" fn rb_econv_append(
    ec: *mut rb_econv_t,
    bytesrc: *const c_char,
    bytesize: c_long,
    dst: VALUE,
    flags: c_int
) -> VALUE