Function libc::renameat [] [src]

pub unsafe extern fn renameat(olddirfd: c_int,
                              oldpath: *const c_char,
                              newdirfd: c_int,
                              newpath: *const c_char)
                              -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io