Function wren_sys::wrenHasVariable[][src]

pub unsafe extern "C" fn wrenHasVariable(
    vm: *mut WrenVM,
    module: *const c_char,
    name: *const c_char
) -> bool