#[unsafe(no_mangle)]pub unsafe extern "C" fn save_extended_pstate(state_addr: usize)Expand description
Save the current extended architectural process state.
ยงSafety
- state_addr must point to pointer to an an exclusively owned instance of ExtendedPstateState.