pub type GetSmpGroupResponse = GetSmpGroupResult;
pub struct GetSmpGroupResponse { pub smp_group: Option<i32>, }
smp_group: Option<i32>