pub unsafe extern "C" fn kernel_block_index_get_genesis(
context: *const kernel_Context,
chainstate_manager: *mut kernel_ChainstateManager,
) -> *mut kernel_BlockIndex
Expand description
@brief Get the block index entry of the genesis block.
@param[in] context Non-null. @param[in] chainstate_manager Non-null. @return The block index of the genesis block, or null on error.