Skip to main content

runtime_plugin_validate_biz_invariants_v1

Function runtime_plugin_validate_biz_invariants_v1 

Source
pub unsafe fn runtime_plugin_validate_biz_invariants_v1(
    runtime: *mut c_void,
    host: RuntimeReadContextV1,
    out_error: *mut RuntimeErrorBuf,
) -> RuntimeCallStatus
Expand 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.