// Copyright (C) 2024-2026 Takayuki Sato. All Rights Reserved.
// This program is free software under MIT License.
// See the file LICENSE in this distribution for more details.
use crateSendSyncNonNull;
use ;
unsafe
unsafe
// Clone and Copy are implemented manually to avoid introducing
// unnecessary trait bounds such as `T: Clone` or `T: Copy`.
// This type is merely a wrapper around a non-owning pointer, so
// cloning or copying it only duplicates the pointer value.