pub unsafe fn JS_WrapObject(
    cx: *mut JSContext,
    objp: MutableHandle<'_, *mut JSObject>
) -> bool