pub unsafe fn set_virtual_memory_map_address(
    option: VirtualMemoryMapAddress,
    address: Option<NonNull<c_void>>
) -> Result<()>
Available on crate feature process only.
Expand description

Modify certain kernel memory map descriptor addresses of the calling process.

References

Safety

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