pub unsafe fn OrdinaryHasInstance(
    cx: *mut JSContext,
    objArg: HandleObject<'_>,
    v: HandleValue<'_>,
    bp: *mut bool
) -> bool