Function tari_wallet_ffi::string_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn string_destroy(ptr: *mut c_char)

-------------------------------- Strings ------------------------------------------------ /// Frees memory for a char array

Arguments

ptr - The pointer to be freed

Returns

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

Safety

None