Function ups_apply

Source
pub unsafe extern "C" fn ups_apply(
    patch: mem,
    in_: mem,
    out: *mut mem,
) -> upserror
Expand 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.