pub fn create_topic(
program_id: &Pubkey,
topic: &Pubkey,
topic_owner: &Pubkey,
topic_name: &str,
option_name: &str,
) -> Result<Instruction, ProgramError>pub fn create_topic(
program_id: &Pubkey,
topic: &Pubkey,
topic_owner: &Pubkey,
topic_name: &str,
option_name: &str,
) -> Result<Instruction, ProgramError>