Function mozjs::jsapi::JS::EncodeUtf8ToWide

source ·
pub unsafe extern "C" fn EncodeUtf8ToWide(
    cx: *mut JSContext,
    chars: *const i8
) -> u8
Expand description

Encode a UTF-8 string to a wide string.

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