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