Comment on UndefinedBehaviorSanitizer's Unexpected BehaviorparentComments−pistoleer1yUse a generic function signature that takes in a `void*`. Inside the specialized function bodies, cast the void* to an `actual_type*`, then dereference.
Comments
Use a generic function signature that takes in a `void*`. Inside the specialized function bodies, cast the void* to an `actual_type*`, then dereference.