fn forward_extremity_row(
event_id: &EventId,
depth: UInt,
received_ts: UInt,
shortstatehash: Option<u64>,
) -> ForwardExtremityExpand description
Assembles a forward-extremity row. state_group carries the event’s state
hash when it fits UInt, else null; depth and received_ts pass through.