inline fn stripInstructionPtrAuthCode(ptr: usize) usize

Some platforms use pointer authentication - the upper bits of instruction pointers contain a signature. This function clears these signature bits to make the pointer usable.

Parameters

ptr: usize,