pub fn handler(
    ctx: Context<'_, '_, '_, '_, TransferTicketOwnership<'_>>,
    new_owner: Pubkey
) -> Result<()>