Function bp7::ffi::bundle_payload

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

Get the payload of a given bundle.

Safety

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