macro_rules! c_destructor { ($fn_name:ident, $c_type:ty) => { ... }; }
Macro to generate C destructor function