Function kernel_block_index_get_height

Source
pub unsafe extern "C" fn kernel_block_index_get_height(
    block_index: *const kernel_BlockIndex,
) -> i32
Expand description

@brief Return the height of a certain block index.

@param[in] block_index Non-null. @return The block height.