pub fn timeout_packet_validate<ValCtx>(
    ctx_a: &ValCtx,
    module: &dyn Module,
    timeout_msg_type: TimeoutMsgType
) -> Result<(), ContextError>
where ValCtx: ValidationContext,