pub type BoxedFetchCallback = Box<dyn FnMut(FetchResponseMsg) + Send + 'static>;
pub struct BoxedFetchCallback(/* private fields */);