pub unsafe fn JS_ValueToObject(
    cx: *mut JSContext,
    v: HandleValue<'_>,
    objp: &mut MutableHandleObject<'_>
) -> bool