#[no_mangle]
pub unsafe extern "C" fn indy_fetch_wallet_search_next_records(
    command_handle: Handle,
    wallet_handle: Handle,
    wallet_search_handle: Handle,
    count: usize,
    cb: Option<ResponseStringCB>
) -> Error