pub unsafe fn object_align( obj: *mut Object, align: Align, x_ofs: i32, y_ofs: i32, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.