Function wren_sys::wrenSetSlotBytes[][src]

pub unsafe extern "C" fn wrenSetSlotBytes(
    vm: *mut WrenVM,
    slot: c_int,
    bytes: *const c_char,
    length: size_t
)