pub unsafe fn ImageList_GetIconSize<P0>(
    himl: P0,
    cx: Option<*mut i32>,
    cy: Option<*mut i32>
) -> BOOL
where P0: IntoParam<HIMAGELIST>,