Function wren_sys::wrenInterpret[][src]

pub unsafe extern "C" fn wrenInterpret(
    vm: *mut WrenVM,
    module: *const c_char,
    source: *const c_char
) -> WrenInterpretResult