macro_rules! use_events {
($events:ident) => { ... };
}Expand description
create and bind C symbols to given struct, should implement Events
macro_rules! use_events {
($events:ident) => { ... };
}create and bind C symbols to given struct, should implement Events