pub unsafe extern "C" fn CVodeSetLinearSolverB(
    cvode_mem: *mut c_void,
    which: c_int,
    LS: SUNLinearSolver,
    A: SUNMatrix
) -> c_int