pub unsafe fn arc_set_range(obj: *mut Object, min: i32, max: i32) -> Result<()>
This function is unsafe because it may dereference raw pointers.