Function sub_image

Source
pub unsafe extern "C" fn sub_image(
    ImageMinuend: Hobject,
    ImageSubtrahend: Hobject,
    ImageSub: *mut Hobject,
    Mult: f64,
    Add: f64,
) -> Herror