Function nemo_relay_plugin_host_activation_is_active
Function nemo_relay_plugin_host_activation_is_active
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_plugin_host_activation_is_active(
activation: *mut FfiPluginHostActivation,
out_active: *mut bool,
) -> NemoRelayStatus
Report whether an owned plugin-host activation is still active.
Safety
activation must be a valid activation handle and out_active must be a valid non-null output pointer. The caller must ensure the handle is not freed concurrently with this call.