[][src]Function ocaml_sys::store_field

pub unsafe fn store_field(block: Value, offset: Size, value: Value)

Stores the value in the block at offset.

Safety

No bounds checking or validation of the OCaml values is done in this function