func (e *windowsEvent) Set() error { return windows.SetEvent(e.handle) }
func (e *event) Set() error { return windows.SetEvent(e.h) }