pub unsafe extern "system" fn NtWaitForSingleObject(
    handle: HANDLE,
    alertable: BOOLEAN,
    timeout: *mut i64
) -> NTSTATUS
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"