pub fn serialize_event_topic<A, T>(
    accumulator: &mut ManagedVec<A, ManagedBuffer<A>>,
    topic: T
)where
    A: ErrorApi + ManagedTypeApi,
    T: TopEncodeMulti,