#[unsafe(no_mangle)]pub unsafe extern "C-unwind" fn shim_thisThreadEventIPC() -> *const IPCDataExpand description
This thread’s IPC channel. Panics if it hasn’t been initialized yet.
§Safety
The returned pointer must not outlive the current thread.