pub unsafe fn renameat(
    arg___oldfd: c_int,
    arg___old: *const c_char,
    arg___newfd: c_int,
    arg___new: *const c_char
) -> c_int