pub unsafe extern "C" fn JSObjectSetPropertyForKey(
    ctx: JSContextRef,
    object: JSObjectRef,
    propertyKey: JSValueRef,
    value: JSValueRef,
    attributes: JSPropertyAttributes,
    exception: *mut JSValueRef
)