Function WaitForSingleObjectEx

Source
pub unsafe extern "system" fn WaitForSingleObjectEx(
    hHandle: HANDLE,
    dwMilliseconds: DWORD,
    bAlertable: BOOL,
) -> DWORD