pub unsafe extern "C" fn CVodeSetNlsRhsFn(
    cvode_mem: *mut c_void,
    f: CVRhsFn
) -> c_int