pub unsafe extern "C" fn SCIPnlhdlrSetCopyHdlr(
nlhdlr: *mut SCIP_NLHDLR,
copy: Option<unsafe extern "C" fn(targetscip: *mut SCIP, targetconshdlr: *mut SCIP_CONSHDLR, sourceconshdlr: *mut SCIP_CONSHDLR, sourcenlhdlr: *mut SCIP_NLHDLR) -> SCIP_RETCODE>,
)Expand description
sets the copy handler callback of a nonlinear handler