pub unsafe fn DrawIcon<P0, P1>(hdc: P0, x: i32, y: i32, hicon: P1) -> Result<()>
where P0: IntoParam<HDC>, P1: IntoParam<HICON>,