#[unsafe(no_mangle)]pub unsafe extern "C" fn restore_extended_pstate(state_addr: usize)Expand description
Restores the current extended architectural process state.
ยงSafety
- state_addr must point to a pointer to an instance of ExtendedPstatePointer.
- The active member of the ExtendedPstatePointer union must be extended_pstate.