fbmu_write

Function fbmu_write 

Source
pub fn fbmu_write(offset: u64, data: &[u8]) -> Result<()>
Expand description

Write data to the FBMU arena at the given byte offset.

ยงErrors

Returns a FabricError if the host reports a write failure.