Function windows::Win32::UI::Input::Touch::SetGestureConfig

pub unsafe fn SetGestureConfig<P0>(
    hwnd: P0,
    dwreserved: u32,
    pgestureconfig: &[GESTURECONFIG],
    cbsize: u32,
) -> Result<()>
where P0: Param<HWND>,