#[unsafe(no_mangle)]pub unsafe extern "C" fn phytrace_agent_flush(
agent: *mut PhyTraceAgentHandle,
) -> i32Expand description
Flush any buffered events to the transport.
Returns PHYTRACE_OK on success, negative error code on failure.
#[unsafe(no_mangle)]pub unsafe extern "C" fn phytrace_agent_flush(
agent: *mut PhyTraceAgentHandle,
) -> i32Flush any buffered events to the transport.
Returns PHYTRACE_OK on success, negative error code on failure.