pub unsafe extern "C" fn uv_wtf8_to_utf16(
    wtf8: *const c_char,
    utf16: *mut u16,
    utf16_len: usize
)