#[no_mangle]
pub unsafe extern "C" fn onnx_string_batch_destroy(
    context: &mut *mut StringBatch
) -> FFIError
Expand 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.