pub unsafe extern "C" fn strlcpy(
    arg1: *mut c_char,
    arg2: *const c_char,
    arg3: size_t
) -> size_t