Function rust_htslib::htslib::renameat
[−]
[src]
pub unsafe extern "C" fn renameat(
__oldfd: c_int,
__old: *const c_char,
__newfd: c_int,
__new: *const c_char
) -> c_int