pub unsafe fn disable_syscall_user_dispatch() -> Result<()>
Disable Syscall User Dispatch mechanism.
prctl(PR_SET_SYSCALL_USER_DISPATCH,PR_SYS_DISPATCH_OFF,…)
Please ensure the conditions necessary to safely call this function, as detailed in the references above.