Function renameat2

pub unsafe extern "C" fn renameat2(
    olddirfd: i32,
    oldpath: *const i8,
    newdirfd: i32,
    newpath: *const i8,
    flags: u32,
) -> i32
Available on crate feature dep_sdl2 only.