pub unsafe fn ShowScrollBar<P0, P1>(
    hwnd: P0,
    wbar: SCROLLBAR_CONSTANTS,
    bshow: P1
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,