Skip to main content

modify_ptr

Function modify_ptr 

Source
pub fn modify_ptr<T>(p: *mut T, f: impl FnOnce(u64) -> u64) -> *mut T