pub unsafe extern "system" fn SleepConditionVariableSRW(
    conditionvariable: *mut RTL_CONDITION_VARIABLE,
    srwlock: *mut RTL_SRWLOCK,
    dwmilliseconds: u32,
    flags: u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)