sp_api::decl_runtime_apis! { pub trait Api { fn test(&self); } } fn main() {}