pub fn input_with_interrupt_and_dictionary<P: AsRef<Path> + ?Sized, F>( path: &P, closure: F, options: Dictionary<'_>, ) -> Result<Input, Error>where F: FnMut() -> bool + Send + 'static,