pub fn prevalidate_block(
block: &ArcBlockWithHash,
genesis: &ArcBlockWithHash,
cur_global_slot: u32,
allow_block_too_late: bool,
) -> Result<(), BlockPrevalidationError>
pub fn prevalidate_block(
block: &ArcBlockWithHash,
genesis: &ArcBlockWithHash,
cur_global_slot: u32,
allow_block_too_late: bool,
) -> Result<(), BlockPrevalidationError>