Type Definition sundials_sys::CVRootFn[][src]

type CVRootFn = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, gout: *mut realtype, user_data: *mut c_void) -> c_int>;