pub fn run_in_subprocess<R>( func: R, timeout: impl Into<Option<Duration>>, ) -> Result<ExecutionStatus, ForkError>where R: FnOnce(),