Function gray_dilation_shape

Source
pub unsafe extern "C" fn gray_dilation_shape(
    Image: Hobject,
    ImageMax: *mut Hobject,
    MaskHeight: f64,
    MaskWidth: f64,
    MaskShape: *const c_char,
) -> Herror