Type Definition libindy_sys::indyWalletUpdateRecordValueCb[][src]

type indyWalletUpdateRecordValueCb = Option<unsafe extern "C" fn(handle: indy_handle_t, type_: *const c_char, id: *const c_char, value: *const indy_u8_t, value_len: indy_u32_t) -> indy_error_t>;

Update a record value

#Params storage_handle: opened storage handle (See open handler) type_: allows to separate different record types collections id: the id of record value: the value of record (pointer to buffer) value_len: the value of record (buffer size)