#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmem_getThreadId(
    thread: *const ShimShmemThread,
) -> pid_t
Expand description

§Safety

Pointer args must be safely dereferenceable.