How to redirect to "nothing" the standard output of a function I call?

help?> devnull
search: devnull

  devnull


  Used in a stream redirect to discard all data written to it. Essentially equivalent to /dev/null on Unix or NUL on Windows.
  Usage:
4 Likes