pub unsafe fn SelectObject<P0, P1>(hdc: P0, h: P1) -> HGDIOBJ
where P0: IntoParam<HDC>, P1: IntoParam<HGDIOBJ>,