pub fn recv_packet_validate<ValCtx>(
    ctx_b: &ValCtx,
    msg: MsgRecvPacket
) -> Result<(), ContextError>
where ValCtx: ValidationContext,