pub type InjectionCallback = Box<dyn FnMut(&[u8]) + Send + Sync + 'static>;
pub struct InjectionCallback(/* private fields */);