pub unsafe fn GetScrollRange<'a>( hwnd: impl IntoParam<'a, HWND>, nbar: SCROLLBAR_CONSTANTS, lpminpos: *mut i32, lpmaxpos: *mut i32, ) -> BOOL