#[no_mangle]
pub unsafe extern "C" fn dovi_data_free(data: *const Data)
Expand description

§Safety

The data pointer should exist, and be allocated by Rust.

Free a Data buffer