pub unsafe fn JS_SetProperty(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const c_char,
    v: Handle<'_, Value>
) -> bool