pub type PasteHandler<T, S> = Box<dyn FnMut(String, &MMState<'_, '_, T, S>) -> String + Send + Sync + 'static>;
Returns what should be pushed to input
pub struct PasteHandler<T, S>(/* private fields */);