pub unsafe fn runtime_plugin_validate_biz_invariants_v1(
runtime: *mut c_void,
host: RuntimeReadContextV1,
out_error: *mut RuntimeErrorBuf,
) -> RuntimeCallStatusExpand description
Validates plugin business invariants through the v1 ABI helper.
ยงSafety
runtime must be a live plugin handle, host must contain a valid
read-only host context and vtable for the duration of the call, and
out_error must be null or valid for writes.