pub(super) fn with_temporary_memory<R>( size: usize, f: impl FnMut(&mut [u8]) -> R, ) -> R
Invokes the callback with a memory buffer of the requested size.