macro_rules! api_ok_ctx {
    ($($path:ident).*) => { ... };
}
Expand description

Try get ref to struct of fn from API, returns Result with crate::error::ctx::NullPtrError.