pub fn replay<P: AsRef<Path>>(
    root: P,
    interpreter: &StacklessBytecodeInterpreter<'_>,
    flags: &ReplayFlags
) -> Result<()>