How can I make sure that if someone uses come specific function(say memcpy) in code, then it returns an error.
We have removed all the instances of memcpy from code with some internal designed function,
what I want to make sure is that whenever someone uses memcpy in future, the compiler throws an errors msg.