pub unsafe extern "C" fn EncodeWideToUtf8(
    cx: *mut JSContext,
    chars: *const u32
) -> UniqueChars
Expand description

Encode a wide string to a UTF-8 string.

NOTE: Should only be used when interacting with Windows API functions.