[][src]Function ptrace_do_rs::renameat2

pub unsafe extern "C" fn renameat2(
    __oldfd: c_int,
    __old: *const c_char,
    __newfd: c_int,
    __new: *const c_char,
    __flags: c_uint
) -> c_int