pub fn block_info<'a>(
    block: u32,
    name_buf: &'a mut [u8]
) -> Result<BlockInfoStr<'a>, ()>
Expand description

Obtain information about a given block index on the Block Storage Device.