pub unsafe fn OpenSemaphoreW<P2>( dwdesiredaccess: SYNCHRONIZATION_ACCESS_RIGHTS, binherithandle: bool, lpname: P2, ) -> Result<HANDLE, Error>where P2: Param<PCWSTR>,