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