pub unsafe extern "system" fn GdipGetPathWorldBounds(
    path: *mut GpPath,
    bounds: *mut RectF,
    matrix: *const Matrix,
    pen: *const GpPen
) -> Status