lgraph_api_graph_db_delete_edge_label

Function lgraph_api_graph_db_delete_edge_label 

Source
pub unsafe extern "C" fn lgraph_api_graph_db_delete_edge_label(
    graphdb: *mut lgraph_api_graph_db_t,
    label: *const c_char,
    n_modified: *mut usize,
    errptr: *mut *mut c_char,
) -> bool