pub trait FromRawHandle { // Required method unsafe fn from_raw_handle(handle: RawHandle) -> Self; }
See std::os::windows::io::FromRawHandle
See std::os::windows::io::FromRawHandle::from_raw_handle