pub fn input_with_dictionary<P: AsRef<Path>>(
    path: &P,
    options: Dictionary<'_>
) -> Result<Input, Error>