Function WaitForSingleObject

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