func (m *message) SetAnnotations(v map[string]interface{}) { setData(v, C.pn_message_annotations(m.pn)) }
func (m *message) Annotations() map[string]interface{} { return rewindMap(C.pn_message_annotations(m.pn)) }