1
2
3
4
5
6
7
8
9
10
use super::*;

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