pub unsafe extern "system" fn SetScrollRange(
    hWnd: *mut HWND__,
    nBar: i32,
    nMinPos: i32,
    nMaxPos: i32,
    bRedraw: i32
) -> i32