Recently started playing with asn1c. So far I have not found an example of how I can search the decoded structure. I wonder what is the best way to check in a decoded structure if some of the elements are present in the decoded structure? How can I get a pointer to the content of the desired element of the structure and its size, in case that element exists?