pub unsafe extern "C" fn SCIPhashtableRemove(
hashtable: *mut SCIP_HASHTABLE,
element: *mut c_void,
) -> SCIP_RETCODEExpand description
removes element from the hash table, if it exists
pub unsafe extern "C" fn SCIPhashtableRemove(
hashtable: *mut SCIP_HASHTABLE,
element: *mut c_void,
) -> SCIP_RETCODEremoves element from the hash table, if it exists