Function JS_NewTwoByteString

Source
pub unsafe extern "C" fn JS_NewTwoByteString(
    ctx: *mut JSContext,
    buf: *const u16,
    len: usize,
) -> JSValue