Function tari_wallet_ffi::byte_vector_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn byte_vector_destroy(bytes: *mut ByteVector)

Frees memory for a ByteVector

Arguments

bytes - The pointer to a ByteVector

Returns

() - Does not return a value, equivalent to void in C

Safety

None