#[unsafe(no_mangle)]pub unsafe extern "C" fn count_obs(q: *const CompilerResult) -> usizeExpand description
Returns the number of observables (output).
ยงSafety
it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.