Function tari_wallet_ffi::transport_type_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn transport_type_destroy(
    transport: *mut TariTransportType
)

Frees memory for a TariTransportType

Arguments

transport - The pointer to a TariTransportType

Returns

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

Safety