pub unsafe extern "C" fn indy_delete_wallet_record(
    command_handle: CommandHandle,
    wallet_handle: WalletHandle,
    type_: CString,
    id: CString,
    cb: Option<ResponseEmptyCB>
) -> Error