/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/
use ;
use HANDLE;
/// `ThreadSafeHandle` struct that wraps a native Windows `HANDLE` object with a mutex to ensure thread safety.
;
/// Implement `Send` and `Sync` for `ThreadSafeHandle` to allow it to be shared across threads.
unsafe
unsafe