Function gnunet_sys::renameat2[][src]

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