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