pub unsafe extern "C" fn DrawTriangle( v1: Vector2, v2: Vector2, v3: Vector2, color: Color, )
Draw a color-filled triangle (vertex in counter-clockwise order!)