pub type indyCloseWalletCb = Option<unsafe extern "C" fn(handle: indy_handle_t) -> indy_error_t>;Expand description
Close the opened walled storage (For example, closing database connection)
#Params storage_handle: opened storage handle (See open handler)
Aliased Type§
pub enum indyCloseWalletCb {
None,
Some(unsafe extern "C" fn(i32) -> i32),
}