pub unsafe fn set_current_tagged_address_mode( mode: Option<TaggedAddressMode>, mte_tag: u32, ) -> Result<()>
Controls support for passing tagged user-space addresses to the kernel.
prctl(PR_SET_TAGGED_ADDR_CTRL,…)
Please ensure the conditions necessary to safely call this function, as detailed in the references above.