Don't leak missing Safety doc clippy warnings
With rustc 1.40.0, clippy checks that the unsafe
functions come with
a Safety
section. When running clippy on a downstream crate, the
macros such as gst_plugin_define!
leak the clippy warnings for the
unsafe functions.
Silence the warnings for now.