fn set_vcpu_state_enum_or_unknown(
    vcpu: &Vcpu,
    state_set: EnumOrUnknown<StateSet>,
    state: &[u8]
) -> Result<()>