I write few DLLs in Rust and for each function I have to write #[no_mangle] pub extern "C" fn but I want to know if it's possible to create a macro or something like #[dll_function] to make #[dll_function] fn instead of #[no_mangle] pub extern "C" fn