Macro playdate_sys::macros::api_ok

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

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