pub fn transmit_input_value<F>(
    name: &'static str,
    f: F
) -> Result<Option<u64>, Error> where
    F: FnOnce() -> Result<IOValue, Error>,