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