Type Alias indyWalletFreeRecordCb

Source
pub type indyWalletFreeRecordCb = Option<unsafe extern "C" fn(handle: indy_handle_t, record_handle: indy_handle_t) -> indy_error_t>;
Expand description

Free retrieved wallet record (make retrieved record handle invalid)

#Params storage_handle: opened storage handle (See open_wallet_storage) record_handle: retrieved record handle (See wallet_storage_get_wallet_record)

Aliased Type§

pub enum indyWalletFreeRecordCb {
    None,
    Some(unsafe extern "C" fn(i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32) -> i32)

Some value of type T.