Function shadow_rs::cshadow::regularfile_renameat2

source ยท
pub unsafe extern "C-unwind" fn regularfile_renameat2(
    olddir: *mut RegularFile,
    oldpath: *const c_char,
    newdir: *mut RegularFile,
    newpath: *const c_char,
    flags: c_uint,
    workingDir: *const c_char,
) -> c_int