Type Definition sundials_sys::CVRhsFn

source ·
pub type CVRhsFn = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, ydot: N_Vector, user_data: *mut c_void) -> c_int>;