pub unsafe extern "C" fn SCIPsetComprFree(
scip: *mut SCIP,
compr: *mut SCIP_COMPR,
comprfree: Option<unsafe extern "C" fn(scip: *mut SCIP, compr: *mut SCIP_COMPR) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets destructor method of tree compression