pub unsafe fn GetScrollInfo<P0>(
    hwnd: P0,
    nbar: SCROLLBAR_CONSTANTS,
    lpsi: *mut SCROLLINFO
) -> Result<()>
where P0: IntoParam<HWND>,