Function wren_sys::wrenGetVariable [] [src]

pub unsafe extern "C" fn wrenGetVariable(
    vm: *mut WrenVM,
    module: *const c_char,
    name: *const c_char,
    slot: c_int
)