pub unsafe fn CreateToolbarEx<P0, P1>(
    hwnd: P0,
    ws: u32,
    wid: u32,
    nbitmaps: i32,
    hbminst: P1,
    wbmid: usize,
    lpbuttons: *mut TBBUTTON,
    inumbuttons: i32,
    dxbutton: i32,
    dybutton: i32,
    dxbitmap: i32,
    dybitmap: i32,
    ustructsize: u32
) -> HWND
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>,