#[unsafe(no_mangle)]
pub unsafe extern "C-unwind" fn shim_threadSharedMem() -> *const ShimShmemThread
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.