Function windows_sys::Win32::UI::Controls::SetScrollRange

pub unsafe extern "system" fn SetScrollRange(
    hwnd: HWND,
    nbar: SCROLLBAR_CONSTANTS,
    nminpos: i32,
    nmaxpos: i32,
    bredraw: BOOL,
) -> BOOL