[][src]Function indy_sys::anoncreds::indy_issuer_create_and_store_revoc_reg

#[no_mangle]
pub unsafe extern "C" fn indy_issuer_create_and_store_revoc_reg(
    command_handle: CommandHandle,
    wallet_handle: WalletHandle,
    issuer_did: CString,
    revoc_def_type: CString,
    tag: CString,
    cred_def_id: CString,
    config_json: CString,
    tails_writer_handle: TailWriterHandle,
    cb: Option<ResponseStringStringStringCB>
) -> Error