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

Stores the value in the block at offset.

Safety

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