#[unsafe(no_mangle)]pub unsafe extern "C" fn agent_doc_free_string(ptr: *mut c_char)
Free a string returned by any agent_doc_* function.
agent_doc_*
ptr must have been returned by an agent_doc_* function, or be null.
ptr