Function wren_sys::wrenHasVariable

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