int strlcat( ffi.Pointer<ffi.Char> dst, ffi.Pointer<ffi.Char> src, int n, ) { return _strlcat( dst, src, n, ); }