[][src]Function flips_sys::ups::ups_apply

pub unsafe extern "C" fn ups_apply(
    patch: mem,
    in_: mem,
    out: *mut mem
) -> upserror

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.