in rocketmq/client.py [0:0]
def set_property(self, key, value): ffi_check(dll.SetMessageProperty(self._handle, _to_bytes(key), _to_bytes(value)))