ballistics_bridge_free

Function ballistics_bridge_free 

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

Release a response produced by the bridge calls. NULL is a no-op.

ยงSafety

response must be NULL or a pointer previously returned by ballistics_bridge_call / ballistics_bridge_call_n that has not already been freed.