pub type HostCallbacksRegisteredResponse = HostCallbacksRegisteredResponse;
pub struct HostCallbacksRegisteredResponse { pub registration: String, pub command_count: u32, }
registration: String
command_count: u32