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