Function edge_transformers::ffi::onnx_string_batch_destroy
source · #[no_mangle]
pub unsafe extern "C" fn onnx_string_batch_destroy(
context: &mut *mut StringBatch
) -> FFIErrorExpand description
Destroys the given instance.
Safety
The passed parameter MUST have been created with the corresponding init function; passing any other value results in undefined behavior.