Function bp7::ffi::bundle_metadata_free

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

Frees a BundleMetaData struct.

Safety

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