I have a rust project which multiple people work on. There are certain problematic functions defined by external crates we use, that is the source of a lot of confusion and errors. I want to totally deny/ban the use of these functions crate-wide at compile time. Is there any way to do this?