pub unsafe fn screen_load_anim( scr: *mut Object, anim_type: ScreenLoadAnim, time: u32, delay: u32, auto_del: bool, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.