screen_load_anim

Function screen_load_anim 

Source
pub unsafe fn screen_load_anim(
    scr: *mut Object,
    anim_type: ScreenLoadAnim,
    time: u32,
    delay: u32,
    auto_del: bool,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.