pub fn input_with_dictionary<P, Dict>( path_or_url: P, options: Dict, ) -> Result<Input, Error>where Dict: AsMutPtr<*mut AVDictionary>, P: AsRef<OsStr>,