pub unsafe extern "C" fn ups_apply(
patch: mem,
in_: mem,
out: *mut mem,
) -> upserrorExpand description
Applies the UPS patch in patch to in_ and stores it to out.
Send the return value in out to ups_free when you’re done with it.