pub unsafe fn strlcat(
    arg_dst: *mut c_char,
    arg_src: *const c_char,
    arg_siz: usize
) -> usize