pub fn set_machine_check_memory_corruption_kill_policy(
    policy: Option<MachineCheckMemoryCorruptionKillPolicy>
) -> Result<()>
Available on crate feature process only.
Expand description

Set the machine check memory corruption kill policy for the calling thread.

References