#[unsafe(no_mangle)]pub unsafe extern "C" fn count_diffs(
q: *const CompilerResult,
) -> usizeExpand description
Returns the number of differential equations.
Generally, it should be the same as the number of states.
ยงSafety
it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.