#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_ode_set_t0( ode: *mut OdeWrapper, value: f64, ) -> i32
Set the initial time for an ODE.
ode must be a valid mutable pointer created by this library.
ode