pub unsafe fn ImageList_Replace<P0, P1, P2>(
    himl: P0,
    i: i32,
    hbmimage: P1,
    hbmmask: P2
) -> BOOL
where P0: IntoParam<HIMAGELIST>, P1: IntoParam<HBITMAP>, P2: IntoParam<HBITMAP>,