fn get_vcpu_state_enum_or_unknown(
    vcpu: &Vcpu,
    state_set: EnumOrUnknown<StateSet>
) -> Result<Vec<u8>>