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