[][src]Type Definition indy_sys::wallet::WalletGetRecord

type WalletGetRecord = extern "C" fn(storage_handle: StorageHandle, type_: CString, id: CString, options_json: CString, record_handle_p: *mut RecordHandle) -> Error;