pub type ReqCallback = Box<dyn FnMut(&[u8]) -> Result<(), HlsError>>;
pub struct ReqCallback(/* private fields */);