pub unsafe extern "C" fn hv_vcpu_read_msr(
    vcpu: hv_vcpuid_t,
    msr: u32,
    value: *mut u64
) -> hv_return_t
Expand description

Returns the current value of an MSR of a vCPU