Function mult_image

Source
pub unsafe extern "C" fn mult_image(
    Image1: Hobject,
    Image2: Hobject,
    ImageResult: *mut Hobject,
    Mult: f64,
    Add: f64,
) -> Herror