pub unsafe extern "C" fn ups_create(
source: mem,
target: mem,
patch: *mut mem,
) -> upserrorExpand description
Creates an UPS patch that converts source to target and stores it to patch.
Currently not implemented, will return an error everytime.