pub unsafe extern "C" fn kernel_block_index_get_height(
block_index: *const kernel_BlockIndex,
) -> i32Expand description
@brief Return the height of a certain block index.
@param[in] block_index Non-null. @return The block height.
pub unsafe extern "C" fn kernel_block_index_get_height(
block_index: *const kernel_BlockIndex,
) -> i32@brief Return the height of a certain block index.
@param[in] block_index Non-null. @return The block height.