[][src]Function rdp::drop_usize_array

#[no_mangle]pub extern "C" fn drop_usize_array(arr: Array)

Free Array memory of usize which Rust has allocated across the FFI boundary by simplify_rdp_ffi

Safety

This function is unsafe because it accesses a raw pointer which could contain arbitrary data