#[unsafe(no_mangle)]pub unsafe extern "C" fn phytrace_agent_is_running(
agent: *const PhyTraceAgentHandle,
) -> i32Expand description
Check if the agent is currently running.
Returns 1 if running, 0 if not, PHYTRACE_ERR_NULL_PTR if agent is null.