Hello, I'm doing some experiments with `fsanitize-coverage=trace-pc`. I wanted to disable specific functions from being instrumented. I've tried adding __atributte__((no_sanitize("coverage")), but it is ignored. Is there a way to accomplish this? Thank you