Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

renameat

Function renameat 

Source
pub unsafe extern "C" fn renameat(
    olddirfd: c_int,
    oldpath: *const c_char,
    newdirfd: c_int,
    newpath: *const c_char,
) -> c_int