#[no_mangle]
pub unsafe extern "C" fn iohk_jormungandr_wallet_delete_wallet(
    wallet: WalletPtr
)
Expand description

delete the pointer, zero all the keys and free the allocated memory

Safety

This function dereference raw pointers. Even though the function checks if the pointers are null. Mind not to put random values in or you may see unexpected behaviors