pub unsafe extern "C" fn rb_enc_str_new(
    str: *const c_char,
    len: c_long,
    enc: EncodingType
) -> Value