Function renameat2

Source
pub unsafe extern "C" fn renameat2(
    __oldfd: i32,
    __old: *const i8,
    __newfd: i32,
    __new: *const i8,
    __flags: u32,
) -> i32