pub unsafe fn ExtFloodFill<P0, P1>( hdc: P0, x: i32, y: i32, color: P1, type: EXT_FLOOD_FILL_TYPE, ) -> BOOLwhere P0: Param<HDC>, P1: Param<COLORREF>,