pub unsafe extern "C" fn EncodeUtf8ToWide( cx: *mut JSContext, chars: *const c_char, ) -> UniqueWideChars
Encode a UTF-8 string to a wide string.
NOTE: Should only be used when interacting with Windows API functions.