pub unsafe fn SetScrollRange<P0, P1>(
    hwnd: P0,
    nbar: SCROLLBAR_CONSTANTS,
    nminpos: i32,
    nmaxpos: i32,
    bredraw: P1
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,