pub fn verify_misbehaviour_header<H>(
header: &Header,
chain_id: &ChainId,
options: &Options,
trusted_time: Time,
trusted_next_validator_hash: Hash,
current_timestamp: Timestamp,
verifier: &impl Verifier,
) -> Result<(), ClientError>