Function zoom_image_factor

Source
pub unsafe extern "C" fn zoom_image_factor(
    Image: Hobject,
    ImageZoomed: *mut Hobject,
    ScaleWidth: f64,
    ScaleHeight: f64,
    Interpolation: *const c_char,
) -> Herror