pub unsafe extern "system" fn RegisterWaitForSingleObject(
    phnewwaitobject: *mut HANDLE,
    hobject: HANDLE,
    callback: WAITORTIMERCALLBACK,
    context: *const c_void,
    dwmilliseconds: u32,
    dwflags: WORKER_THREAD_FLAGS
) -> BOOL
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"