Function bp7::ffi::bundle_get_metadata

source ·
#[no_mangle]
pub unsafe extern "C" fn bundle_get_metadata(
    bndl: *mut Bundle
) -> *mut BundleMetaData
Expand description

Get the metadata from a given bundle.

Safety

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