pub fn interpret_with_options(
    options: InterpreterOptions,
    env: &GlobalEnv
) -> (VMResult<Vec<Vec<u8>>>, ChangeSet, GlobalState)