[][src]Function graphicsmagick_sys::UnsharpMaskImage

pub unsafe extern "C" fn UnsharpMaskImage(
    arg1: *const Image,
    arg2: f64,
    arg3: f64,
    arg4: f64,
    arg5: f64,
    arg6: *mut ExceptionInfo
) -> *mut Image