#[unsafe(no_mangle)]pub unsafe extern "C" fn ptr_obs(q: *mut CompilerResult) -> *const f64Expand description
Returns a pointer to the observables (count_obs doubles).
The function calling execute reads the observables from this area.
ยงSafety
it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.