pub fn fbbu_write_block(lba: u64, data: &[u8; 512]) -> Result<()>
Write 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