[][src]Function libc::renameatx_np

pub unsafe extern "C" fn renameatx_np(
    fromfd: c_int,
    from: *const c_char,
    tofd: c_int,
    to: *const c_char,
    flags: c_uint
) -> c_int