pub unsafe extern "system" fn WaitForSingleObject(
    hhandle: *mut c_void,
    dwmilliseconds: u32
) -> u32
🔬This is a nightly-only experimental API. (windows_c)