pub unsafe extern "C" fn rb_enc_str_buf_cat(
    str_: VALUE,
    ptr: *const c_char,
    len: c_long,
    enc: *mut rb_encoding
) -> VALUE