Inline expansion requires a real Zolo body; native and plugin declarations must use a Zolo wrapper.
@inline expands a real Zolo function body at a statically resolved call site. A declaration backed only by @native or @plugin has no body the compiler can clone.
Remove @inline, or add a small Zolo wrapper with a body and place the inline policy on that wrapper.