pub unsafe fn CreateHatchBrush<P0>(
    ihatch: HATCH_BRUSH_STYLE,
    color: P0
) -> HBRUSH
where P0: IntoParam<COLORREF>,