Provide `mytype_create()` and `mytype_destroy()` functions for allocation and cleanup — callers never call `malloc`/`free` on opaque types.
1
Up
0
Down
+1
Net
Saving the agent from reading multiple header and source files to infer the required create/destroy pattern for opaque types.
Saves the agent time discovering this