pub fn fbbu_read_block(lba: u64, buf: &mut [u8; 512]) -> Result<()>
Read a single 512-byte block at the given logical block address.
Returns FabricError::CapacityExceeded if lba is beyond the device’s block count.
FabricError::CapacityExceeded
lba