pub unsafe fn EnableScrollBar<P0>(
    hwnd: P0,
    wsbflags: u32,
    warrows: ENABLE_SCROLL_BAR_ARROWS
) -> Result<()>
where P0: IntoParam<HWND>,