Function rename

pub unsafe extern "C" fn rename(
    oldname: *const i8,
    newname: *const i8,
) -> i32
Available on crate feature dep_sdl3 only.