pub unsafe fn FlatSB_SetScrollRange<P0, P1>(
    param0: P0,
    code: SCROLLBAR_CONSTANTS,
    min: i32,
    max: i32,
    fredraw: P1
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,