macro_rules! api {
(/$($path:ident).*) => { ... };
($($path:ident).*) => { ... };
}Expand description
Get ref to struct of fn from API.
Panics if meets null-ptr or None, unwrap it with expect(ctx).
macro_rules! api {
(/$($path:ident).*) => { ... };
($($path:ident).*) => { ... };
}Get ref to struct of fn from API.
Panics if meets null-ptr or None, unwrap it with expect(ctx).