pub unsafe extern "C" fn JS_ValueToObject(
    cx: *mut JSContext,
    v: HandleValue,
    objp: MutableHandleObject
) -> bool