pub unsafe extern "C" fn CVodeSetJacFnB(
    cvode_mem: *mut c_void,
    which: c_int,
    jacB: CVLsJacFnB
) -> c_int