pub unsafe extern "C" fn SCIPvarGetName( var: *mut SCIP_VAR, ) -> *const c_char
returns the name of the variable
@note to change the name of a variable, use SCIPchgVarName() from scip.h