pub unsafe fn enable_syscall_user_dispatch(
    always_allowed_region: &[u8],
    fast_switch_flag: &AtomicU8
) -> Result<()>
Available on crate feature thread only.
Expand description

Enable Syscall User Dispatch mechanism.

References

Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.