#[unsafe(no_mangle)]pub unsafe extern "C-unwind" fn shimshmemhost_lock(
    host: *const ShimShmemHost,
) -> *mut ShimShmemHostLockExpand description
ยงSafety
host must be valid. The returned pointer must not be accessed from other threads.
#[unsafe(no_mangle)]pub unsafe extern "C-unwind" fn shimshmemhost_lock(
    host: *const ShimShmemHost,
) -> *mut ShimShmemHostLockhost must be valid. The returned pointer must not be accessed from other threads.