pub unsafe fn ImageList_SetOverlayImage<P0>(
    himl: P0,
    iimage: i32,
    ioverlay: i32
) -> BOOL
where P0: IntoParam<HIMAGELIST>,