#[unsafe(no_mangle)]pub unsafe extern "C" fn phytrace_agent_start(
agent: *mut PhyTraceAgentHandle,
) -> i32Expand description
Start the agent (connects transport, begins background workers).
Returns PHYTRACE_OK on success, negative error code on failure.