A no-op function that does nothing and returns void.
void
Useful as a placeholder callback, default handler, or in tests.
A no-op function that does nothing and returns
void.Useful as a placeholder callback, default handler, or in tests.