rust_htslib::htslib

Function renameat

Source
pub unsafe extern "C" fn renameat(
    __oldfd: i32,
    __old: *const i8,
    __newfd: i32,
    __new: *const i8,
) -> i32