pub unsafe fn CreateUpDownControl<P0, P1, P2>(
    dwstyle: u32,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    hparent: P0,
    nid: i32,
    hinst: P1,
    hbuddy: P2,
    nupper: i32,
    nlower: i32,
    npos: i32
) -> HWND
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>, P2: IntoParam<HWND>,