Function r_core::r_str_utf16_to_utf8[][src]

pub unsafe extern "C" fn r_str_utf16_to_utf8(
    dst: *mut c_uchar,
    len_dst: c_int,
    src: *const c_uchar,
    len_src: c_int,
    little_endian: c_int
) -> c_int