cstrncat

Function cstrncat 

Source
pub unsafe extern "C" fn cstrncat(
    __dest: *mut u8,
    __src: *const u8,
    __n: u64,
) -> *mut u8