Function bp7::ffi::bundle_free

source ·
#[no_mangle]
pub unsafe extern "C" fn bundle_free(ptr: *mut Bundle)
Expand description

Frees the memory of a given bundle.

Safety

Should only be called from FFI interface. This function can lead to UB as pointer cannot be validated!