# I would like to have something like this: WasmVec(u8, "replacement") that generates the struct struct { pub extern "c" fn wasm_replacement_vec_new(); }```
# you can create a function type with @Type and use it in @extern but you cant create a struct like that