Function mozjs_sys::jsapi::JS_NewMaybeExternalUCString
source ยท pub unsafe extern "C" fn JS_NewMaybeExternalUCString(
cx: *mut JSContext,
chars: *const u16,
length: usize,
callbacks: *const JSExternalStringCallbacks,
allocatedExternal: *mut bool,
) -> *mut JSString