pub unsafe fn reset_pointer_authentication_keys( keys: Option<PointerAuthenticationKeys>, ) -> Result<()>
Securely reset the thread’s pointer authentication keys to fresh random values generated by the kernel.
prctl(PR_PAC_RESET_KEYS,…)
Please ensure the conditions necessary to safely call this function, as detailed in the references above.