#[unsafe(no_mangle)]pub unsafe extern "C" fn lanes_simulate_stack(
prog: *const LANESProgram,
out: *mut *mut LANESValidationErrors,
) -> LanesStatusExpand description
Stack type simulation (underflow, type mismatches, and lane/location group checks). Runs without an arch spec (duplicate-only group checks).