Function wren_sys::wrenSetSlotBool[][src]

pub unsafe extern "C" fn wrenSetSlotBool(
    vm: *mut WrenVM,
    slot: c_int,
    value: bool
)