Function ups_create

Source
pub unsafe extern "C" fn ups_create(
    source: mem,
    target: mem,
    patch: *mut mem,
) -> upserror
Expand description

Creates an UPS patch that converts source to target and stores it to patch.

Currently not implemented, will return an error everytime.