pub unsafe fn SetupDiDrawMiniIcon<P0>(
    hdc: P0,
    rc: RECT,
    miniiconindex: i32,
    flags: u32
) -> i32
where P0: IntoParam<HDC>,