pub type OpenSourceFn = fn(&str) -> Result<Box<dyn ReadSeek>, Error>;
Function signature for a source driver. Receives the full URI string and returns an opened reader.