use super::*; pub(in super) fn handle ( _args: parse::Nothing, _input: ItemStatic, ) -> Result { todo!("`#[ffi_export]`ing a `static`"); }