Function lv_group_set_edge_cb

Source
pub unsafe extern "C" fn lv_group_set_edge_cb(
    group: *mut _lv_group_t,
    edge_cb: Option<unsafe extern "C" fn(*mut _lv_group_t, bool)>,
)