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