pub unsafe fn GdipIsOutlineVisiblePathPoint(
    path: *mut GpPath,
    x: f32,
    y: f32,
    pen: *mut GpPen,
    graphics: *mut GpGraphics,
    result: *mut BOOL
) -> Status