pub type RegisteredHostCallbackExample = RegisteredHostCallbackExample;
pub struct RegisteredHostCallbackExample { pub description: String, pub input: String, }
description: String
input: String