[][src]Function mupdf_sys::fz_closepath

pub unsafe extern "C" fn fz_closepath(ctx: *mut fz_context, path: *mut fz_path)

Close the current subpath.

path: The path to modify.

Throws exceptions on failure to allocate, attempting to modify a packed path, and illegal path closes (i.e. closing a non open path).