pub fn validate_handle_native(
handle: u32,
) -> Result<Vec<(String, String)>, String>Expand description
Topology validation issues of a resident solid as (severity, message)
pairs — the native sibling of the JSON validators, for in-process
qualification tooling (examples/case_replay.rs). An empty Vec means the
incidence checks passed; that is NOT a correctness proof: validate() tests
neither connectivity nor face-vs-face self-intersection, and a validating
solid can still be the wrong solid. Reads the solid in one registry borrow.