pub trait EmojicodeThreadImpl {
// Required methods
unsafe fn return_from_function(self);
unsafe fn return_from_function_with_value(self, value: Emojicode_Value);
unsafe fn variable(self, index: usize) -> Emojicode_Value;
unsafe fn this_object(self) -> *mut Emojicode_Object;
}