pub unsafe extern "C" fn Highs_create() -> *mut c_void
Create a Highs instance and return the reference.
Call Highs_destroy on the returned reference to clean up allocated memory.
Highs_destroy
@returns A pointer to the Highs instance.