pub unsafe extern "C" fn CVodeSetJacFnBS(
    cvode_mem: *mut c_void,
    which: c_int,
    jacBS: CVLsJacFnBS
) -> c_int