pub unsafe fn ImageList_SetDragCursorImage<P0>(
    himldrag: P0,
    idrag: i32,
    dxhotspot: i32,
    dyhotspot: i32
) -> BOOL
where P0: IntoParam<HIMAGELIST>,