pub unsafe extern "C" fn CVodeSetEpsLinB(
    cvode_mem: *mut c_void,
    which: c_int,
    eplifacB: realtype
) -> c_int