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