pub unsafe fn JS_InstanceOf(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    clasp: *const JSClass,
    args: *mut CallArgs
) -> bool