pub unsafe extern "C" fn SCIPgetParam( scip: *mut SCIP, name: *const c_char, ) -> *mut SCIP_PARAM
returns the pointer to the SCIP parameter with the given name
@return pointer to the parameter with the given name