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