#[unsafe(no_mangle)]pub unsafe extern "C" fn indy_crypto_auth_decrypt(
command_handle: Handle,
wallet_handle: Handle,
recipient_vk: CString,
encrypted_msg_raw: BString,
encrypted_msg_len: u32,
cb: Option<ResponseStringSliceCB>,
) -> Error