pub unsafe extern "C" fn btck_block_tree_entry_get_height(
block_tree_entry: *const btck_BlockTreeEntry,
) -> i32Expand description
@brief Return the height of a certain block tree entry.
@param[in] block_tree_entry Non-null. @return The block height.