Function gray_opening_shape

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