```c
struct type_name {
    int a;
}

int type_name(int a);

```

How can I get the function and type from importC? is there a auto rename mechanism ?

Reply via email to