pub fn with_ipc_buffer_mut<F, T>(f: F) -> Twhere F: FnOnce(&mut IpcBuffer) -> T,
Provides mutable access to this thread’s IPC buffer.
Requires the "state" feature to be enabled.
"state"