Skip to main content

agent_doc_free_string

Function agent_doc_free_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn agent_doc_free_string(ptr: *mut c_char)
Expand description

Free a string returned by any agent_doc_* function.

ยงSafety

ptr must have been returned by an agent_doc_* function, or be null.