#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_ode_free(ode: *mut OdeWrapper)Expand description
Free an ODE wrapper previously returned by this library.
ยงSafety
ode must be either null or a pointer returned by this library that has not
already been freed.