Type Definition sundials_sys::IDAResFnBS[][src]

type IDAResFnBS = Option<unsafe extern "C" fn(t: realtype, yy: N_Vector, yp: N_Vector, yyS: *mut N_Vector, ypS: *mut N_Vector, yyB: N_Vector, ypB: N_Vector, rrBS: N_Vector, user_dataB: *mut c_void) -> c_int>;