Function once_cell::imp::strict::map_addr

source ยท
pub(crate) fn map_addr<T>(ptr: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T
where T: Sized,