pub unsafe extern "C" fn shell_post_readline_hook()
Expand description
@brief Optional hook after readline has triggered.
@details User implemented function gets called after the shell
readline is complete.
@note Only executed with the shell_hooks
module.