Function wren_sys::wrenSetSlotBool

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