rust_htslib::htslib

Function strncat

Source
pub unsafe extern "C" fn strncat(
    __dest: *mut i8,
    __src: *const i8,
    __n: u32,
) -> *mut i8