pub fn find_executor_pda( store: &Pubkey, role: &str, timelock_program_id: &Pubkey, ) -> Result<(Pubkey, u8)>
Find executor PDA.