pub fn fbmu_write(offset: u64, data: &[u8]) -> Result<()>
Write data to the FBMU arena at the given byte offset.
data
offset
Returns a FabricError if the host reports a write failure.
FabricError