pub type OnReloadArgs = (String, Buffer);
Arguments passed to the callback registered to on_reload. The first tuple element is the string literal "reload", the second is the Buffer that triggered the callback.
on_reload
"reload"
Buffer