Type Definition sundials_sys::CVRhsFnB

source ·
pub type CVRhsFnB = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yB: N_Vector, yBdot: N_Vector, user_dataB: *mut c_void) -> c_int>;