pub unsafe extern "C" fn strncat(
    s: *mut i8,
    ct: *const i8,
    n: usize
) -> *mut i8