Function wren_sys::wrenSetSlotBytes

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