pub unsafe extern "C" fn uv_utf16_to_wtf8( utf16: *const u16, utf16_len: isize, wtf8_ptr: *mut *mut c_char, wtf8_len_ptr: *mut usize, ) -> c_int