Function shim_thisThreadEventIPC

Source
#[unsafe(no_mangle)]
pub unsafe extern "C-unwind" fn shim_thisThreadEventIPC() -> *const IPCData
Expand description

This thread’s IPC channel. Panics if it hasn’t been initialized yet.

§Safety

The returned pointer must not outlive the current thread.