pub unsafe fn ExecuteRegExp(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    reobj: HandleObject<'_>,
    chars: *const u16,
    length: usize,
    indexp: *mut usize,
    test: bool,
    rval: &mut MutableHandle<'_, Value>
) -> bool