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

Delete a null terminated string that was allocated by this library

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