pub fn fbmu_read(offset: u64, buf: &mut [u8]) -> Result<usize>Expand description
Read from the FBMU arena at offset into buf.
Returns the number of bytes actually read, which may be less than
buf.len() if the arena region is shorter.
ยงErrors
Returns a FabricError if the host reports a read failure.