pub unsafe extern "C" fn rust_free(mem: *mut c_void)
Baseline free implementation with Rust allocator
free
Does nothing if mem is null
mem