pub unsafe fn arc_align_object_to_angle( obj: *const Object, obj_to_align: *mut Object, r_offset: i32, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.