//! Utilities to manipulate memory protection.
//!
//! Since we need to make the code region writable and restore it during jump entry update,
//! we need to provide utility functions here.
/// Manipulate memory protection in code region.
/// Dummy code manipulator. Do nothing. Used to declare a dummy static key which is never modified
pub ;