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